home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 80 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: usenet.eel.ufl.edu!pacifier!news
  2. From: lcl@pacifier.com (langdon, lloyd)
  3. Newsgroups: comp.lang.c++
  4. Subject: Help please - design question.
  5. Date: 2 Jan 1996 08:11:02 GMT
  6. Organization: Pacifier Internet Server (360) 693-0325
  7. Message-ID: <4capan$mn0@news.pacifier.com>
  8. Reply-To: lcl@pacifier.com
  9. NNTP-Posting-Host: ip37.van2.pacifier.com
  10. Mime-Version: 1.0
  11. X-Newsreader: WinVN 0.99.2
  12.  
  13. I'm new to C++ but have been develping software for years.  I wish to 
  14. build a complex highly integrated Sales Order Processing application.  At 
  15. this point I estimate I will have 60-70 programs ranging from data entry, 
  16. inquiry and reports.  The programs will have logical boundries but may 
  17. overlap to a degree.  Example the Sales Order Entry screen might call the 
  18. customer master inquiry etc.
  19.   
  20. My question is - Is it a better design to write one huge program with 
  21. many classes or is it better to write multpile stand alone programs that 
  22. are called from a menuing system.  Keep in mind some of the programs will 
  23. need to share data if one progam calls another I may need to pass keys to 
  24. files etc.
  25.  
  26. Any help you can give would be appreciated.  I would also appreciate if 
  27. you could comment on how to implemet your suggestions.
  28.  
  29. -- 
  30. -------------------------------------------------------
  31. Pacifier Online Data Service Dialup SLIP/PPP User
  32. To register: (360) 693-0325 or telnet pods.pacifier.com
  33. -------------------------------------------------------
  34.  
  35.